home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Softshoe / Lisa's Mac Parts / Broadcaster / Protocols / PreparingToQuit.cp < prev    next >
Text File  |  2000-06-23  |  294b  |  16 lines

  1. // PreparingToQuit.cp
  2.  
  3. #ifndef PreparingToQuit_h
  4. #include "PreparingToQuit.h"
  5. #endif
  6. #ifndef Broadcaster_h
  7. #include "Broadcaster.h"
  8. #endif
  9.  
  10. Broadcaster< PreparingToQuit >& PreparingToQuit::TheBroadcaster()
  11.   {
  12.     static Broadcaster< PreparingToQuit > theBroadcaster;
  13.     return theBroadcaster;
  14.   }
  15.  
  16.